home *** CD-ROM | disk | FTP | other *** search
/ Champak 41 / Volume 41 - JOGO DISK .iso / Games / konka_66.swf / scripts / DefineSprite_305_gjg / frame_146 / DoAction.as
Text File  |  2007-05-10  |  337b  |  11 lines

  1. stop();
  2. _root.s += 300;
  3. _root.mcID = _root.mcID + 1;
  4. _parent.attachMovie("shou","shou" + _root.mcID,20000 + _root.mcID);
  5. _parent["shou" + _root.mcID]._x = _X;
  6. _parent["shou" + _root.mcID]._y = _Y + 1;
  7. _parent["shou" + _root.mcID].id = _root.mcID;
  8. _parent.l_enemy.diren--;
  9. _root.e_gjg = _root.e_gjg + 1;
  10. this.removeMovieClip();
  11.